home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python2.5.postrm < prev    next >
Encoding:
Text File  |  2007-05-02  |  385 b   |  16 lines

  1. #! /bin/sh -e
  2.  
  3. if [ "$1" = "remove" ]; then
  4.     ldconfig
  5. fi
  6.  
  7. # Automatically added by dh_installmenu
  8. if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
  9. # End automatically added section
  10. # Automatically added by dh_desktop
  11. if [ "$1" = "remove" ] && which update-desktop-database >/dev/null 2>&1 ; then
  12.     update-desktop-database -q
  13. fi
  14. # End automatically added section
  15.  
  16.